Skip to content

Fix proto tool for large column numbers#126

Merged
elenagaljak-db merged 2 commits intomainfrom
fix-proto-generation-large-column-num
Mar 11, 2026
Merged

Fix proto tool for large column numbers#126
elenagaljak-db merged 2 commits intomainfrom
fix-proto-generation-large-column-num

Conversation

@danilonajkov-db
Copy link
Contributor

@danilonajkov-db danilonajkov-db commented Mar 11, 2026

What changes are proposed in this pull request?

Protobuf has reserved columns 19000-19999. When generating proto we need to skip these. Currently generating such a proto fails.

How is this tested?

Manually testing with dbr's max column num of 32000

Copy link
Contributor

@teodordelibasic-db teodordelibasic-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, you can add a short entry to python/NEXT_CHANGELOG.md.

elenagaljak-db
elenagaljak-db previously approved these changes Mar 11, 2026
Copy link
Contributor

@elenagaljak-db elenagaljak-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we fix this in other tools too?

Copy link
Contributor

@elenagaljak-db elenagaljak-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making these changes!!

@elenagaljak-db elenagaljak-db added this pull request to the merge queue Mar 11, 2026
Merged via the queue into main with commit 3f440be Mar 11, 2026
25 checks passed
@elenagaljak-db elenagaljak-db deleted the fix-proto-generation-large-column-num branch March 11, 2026 13:02
@danilonajkov-db danilonajkov-db restored the fix-proto-generation-large-column-num branch March 12, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants